SftTree/OCX 7.0

SftTreeSplitter.LeftWindow Property

Softel vdm, Inc.

Returns the window handle of the left pane in a split tree control.

Syntax       

Get

VB.NET

Handle = object.LeftWindow  As Integer

VB

Handle = object.LeftWindow  As OLE_HANDLE

C#.NET

int Handle = object.LeftWindow;

VC++

OLE_HANDLE Handle = object->LeftWindow;
OLE_HANDLE Handle = object->GetLeftWindow();

C

HRESULT object->get_LeftWindow(OLE_HANDLE* Handle);

Delphi

Handle := object.LeftWindow  : Cardinal;

object

A SftTreeSplitter object.

Handle

Returns the window handle of the left pane in a split tree control.

Comments

The LeftWindow property returns the window handle of the left pane in a split tree control.

The LeftWindow property should not be used and may cause incompatibilities with future releases of SftTree/OCX.

The Splitter.RightWindow property returns the window handle of the right pane in a split tree control.

See Also  SftTreeSplitter Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com